Add /radar discovery skill + replication-radar MCP server#6
Merged
Conversation
Wires the replication-radar MCP server (ScienceLiveHub/replication-radar) into the template: .mcp.json declares it (launched via uvx from git), settings enables it, and a new /radar skill positions it as pre-Phase-0 discovery — find an impact-ranked replication target, independent reusable tooling (author-disjoint = replication not reproduction), and whether a claim is already replicated. Complements /import-from-nanopub (Phase 1 entry B). New forks only; existing forks unaffected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Wires the new replication-radar MCP server (
ScienceLiveHub/replication-radar) into the template as a pre-Phase-0 discovery step..mcp.json— declares thereplication-radarserver, launched viauvx --from git+https://github.com/ScienceLiveHub/replication-radar(no PyPI dependency; uv is already in the template stack)..claude/settings.json—enabledMcpjsonServers: ["replication-radar"]so forks auto-approve it..claude/skills/radar/SKILL.md— the/radarskill.Why
The template covers Phases 0–5 (you already have a paper).
/radaris the step upstream: choose what to replicate. It surfaces impact-ranked OpenAIRE papers worth replicating, finds independent reusable tooling (author-disjoint from the original team — the reproduction-vs-replication line), and flags whether a claim is already replicated (Science Live verdict overlay). Hands off to/init-template(new paper) or/import-from-nanopub(extend an existing chain).Scope / safety
docs/verify-before-drafting.md(keyword-bound recall, small verdict index, no overstated tooling relevance, field-level funder context).Follow-up
Once
replication-radaris published to PyPI,.mcp.jsoncan simplify touvx replication-radar.